home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_33.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  247 b   |  13 lines

  1. on mouseUp
  2.   activateBookmarkWindow(#pres)
  3.   tell the stage
  4.     forget(window "floatMenu")
  5.     updateStage()
  6.     go(the frame + 1)
  7.     repeat with i = 50 to 54
  8.       set the visible of sprite i to 1
  9.     end repeat
  10.     updateStage()
  11.   end tell
  12. end
  13.